Q3Storage_GetSize
You can use theQ3Storage_GetSize
function to get the size of the data stored in a storage object.
TQ3Status Q3Storage_GetSize ( TQ3StorageObject storage, unsigned long *size);
storage
- A storage object.
size
- On entry, a pointer to a buffer. On exit, the number of bytes of data stored in the specified storage object.
DESCRIPTION
TheQ3Storage_GetSize
function returns, through thesize
parameter, the number of bytes of data stored in the storage object specified by thestorage
parameter. That storage object must already be open when you callQ3Storage_GetSize
.ERRORS
kQ3ErrorInvalidObjectParameter
kQ3ErrorNULLParameter
kQ3ErrorStorageNotOpen